lsm_pool_free_space_get(3) | Libstoragemgmt C API Manual | lsm_pool_free_space_get(3) |
NAME¶
lsm_pool_free_space_get - Retrieves the free space for the pool.
SYNOPSIS¶
uint64_t lsm_pool_free_space_get (lsm_pool *p);
ARGUMENTS¶
- p
- Pool to retrieve free space for.
VERSION¶
1.0
DESCRIPTION¶
Retrieves the free space in bytes for the pool.
RETURN¶
uint64_t. 0 if argument 'p' is NULL or not a valid lsm_pool pointer.
lsm_pool_free_space_get | April 2021 |